home *** CD-ROM | disk | FTP | other *** search
Modula Definition | 1997-05-01 | 481 b | 13 lines | [TEXT/3PRM] |
- definition module wormshow
-
- from deltaPicture import Picture, DrawFunction, Colour, RGB, BlackColour, Rectangle, Point
- import wormstate
-
- WormBackGroundColour :== RGB 1.0 1.0 0.75
- WormFontSize :== 12
-
- DrawGame :: !Level !Food !Points !Worm !Lives -> [DrawFunction]
- DrawStep :: !Bool !Food !Food !Points !Segment !Segment !Segment !Picture -> Picture
- EraseSegment :: !Segment !Picture -> Picture
- DrawAnimation :: !Int !Int !Picture -> Picture
-